service.playSoundScroll()
require "import"
import "android.content.*"
import "android.os.Vibrator"
import "android.os.VibrationEffect"
context = activity or service
vibrator = context.getSystemService(Context.VIBRATOR_SERVICE)
vibrator.vibrate(100)


if service.click({{
"#play pause bt|exo play pause",
}})
return true
end


if service.click({{
"#play pause bt|exo play pause|nav tab library",
"<Cele mai recente>6$40",
"%下个焦点$2000",
"%点击",
"Continuă ascultarea>8",
"<#play pause bt|exo play pause>7",
}})
return true
end

return true